fix: correct path case in Docker test environment (t135.6.1)#481
fix: correct path case in Docker test environment (t135.6.1)#481marcusquinn merged 1 commit intomainfrom
Conversation
Standardize ~/git to ~/Git in Dockerfile and docker-compose.yml to match the macOS convention used throughout the project. Also fix ~/.agents/ to the correct ~/.aidevops/.agent-workspace/ path. Refs: t135.13.1
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🔍 Code Quality Report�[0;35m[MONITOR]�[0m Code Review Monitoring Report �[0;34m[INFO]�[0m Latest Quality Status: �[0;34m[INFO]�[0m Recent monitoring activity: 📈 Current Quality Metrics
Generated on: Sat Feb 7 20:39:10 UTC 2026 Generated by AI DevOps Framework Code Review Monitoring |
|
… in TODO.md All tasks verified as already implemented in previous sessions: - t014: rapidfuzz.md exists (122 lines) - t033: x-helper.sh exists (188 lines) - t070: backlink-checker.md exists (106 lines) - t135.6.1: .agent typo fixed - t135.6.3: shellcheck/json enforcement already in code-quality.yml - t135.13.1: path case fixed in PR #481



Summary
~/Git/not~/git/)~/.aidevops/.agent-workspace/not~/.agents/)Changes
tests/docker/Dockerfile~/git→~/Git,~/.agents/{tmp,work,memory}→~/.aidevops/.agent-workspace/{tmp,work,memory}tests/docker/docker-compose.ymlgit/aidevops→Git/aidevopsContext
Part of t135.6 (fix broken references). The Docker test environment used lowercase
gitand an outdated.agents/workspace path that no longer exists.Closes #441